home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / EDO Hack / source code / sources / HackMenus.h < prev    next >
Encoding:
Text File  |  1997-06-28  |  245 b   |  18 lines  |  [TEXT/CWIE]

  1. // HackMenus.h
  2.  
  3. void BuildMenuBars(void);
  4.  
  5. /* Menu resource IDs */
  6. #define APPLE_MENU    128
  7. #define FILE_MENU    129
  8.  
  9. /* Menu item numbers */
  10.  
  11. #define APPLE_ABOUT 1
  12.  
  13. #define FILE_QUIT    1
  14.  
  15. /* resource ID of about box Alert */
  16.  
  17. #define ABOUT_BOX_ID 129
  18.